📚 node [[training|training]]
Welcome! Nobody has contributed anything to 'training|training' yet. You can:
  • Write something in the document below!
    • There is at least one public document in every node in the Agora. Whatever you write in it will be integrated and made available for the next visitor to read and edit.
  • Write to the Agora from social media.
    • If you follow Agora bot on a supported platform and include the wikilink [[training|training]] in a post, the Agora will link it here and optionally integrate your writing.
  • Sign up as a full Agora user.
    • As a full user you will be able to contribute your personal notes and resources directly to this knowledge commons. Some setup required :)
⥅ related node [[kubernetes jrc training]]
⥅ related node [[linkedin agile training cert level 1]]
⥅ related node [[adding to the training corpus]]
⥅ related node [[chatterbot training corpus]]
⥅ related node [[the ubuntu training corpus]]
⥅ related node [[the training set]]
⥅ related node [[training your model]]
⥅ related node [[model_training]]
⥅ related node [[training]]
⥅ related node [[training_set]]
⥅ node [[training]] pulled by Agora

training

Go back to the [[AI Glossary]]

The process of determining the ideal parameters comprising a model.

⥅ node [[training-your-model]] pulled by Agora

Training your algorithm

Go to [[Week 2 - Introduction]] or back to the [[Main AI Page]]

This applies to [[Supervised Learning]]

First you show the learning algorithm data that represents what it's looking for, then what it's not looking for, over and over again while it modifies its internal values until it has learned to tell the difference between what it is looking for and what it is not.

You typically split your training data set into three sets.

  • [[The training set]]
    • The data used to train the model
  • [[The validation set]]
    • The data used to validate our results and fine-tune the parameters
  • [[The testing set]]
    • The testing set is data the model has never seen before so we can check that our model works

A graphical representation of the training process

⥅ node [[training_set]] pulled by Agora

training set

Go back to the [[AI Glossary]]

The subset of the dataset used to train a model.

Contrast with validation set and test set.

📖 stoas
⥱ context